:group 'which-key
:type 'function)
+(defcustom which-key-paging-prefixes '()
+ "Enable paging for these prefixes."
+ :group 'which-key
+ :type '(repeat string))
+
+(defcustom which-key-paging-key "<f5>"
+ "Key to use for changing pages. Bound after each of the
+prefixes in `which-key-paging-prefixes'"
+ :group 'which-key
+ :type 'string)
+
;; Faces
(defface which-key-key-face
'((t . (:inherit font-lock-constant-face)))
:group 'which-key
:type 'function)
-(defcustom which-key-paging-prefixes '()
- "Enable paging for these prefixes."
- :group 'which-key
- :type '(repeat string))
-
-(defcustom which-key-paging-key "<f5>"
- "Key to use for changing pages. Bound after each of the
-prefixes in `which-key-paging-prefixes'"
- :group 'which-key
- :type 'string)
-
(defvar which-key-inhibit nil
"Prevent which-key from popping up momentarily by setting this
to a non-nil value for the execution of a command. Like this